Skip to content

feat: increase waitForTaskActive timeout to 10 minutes#84

Merged
neekolas merged 1 commit intoxmtplabs:mainfrom
xmtp-coder-agent:fix/issue-83
Mar 30, 2026
Merged

feat: increase waitForTaskActive timeout to 10 minutes#84
neekolas merged 1 commit intoxmtplabs:mainfrom
xmtp-coder-agent:fix/issue-83

Conversation

@xmtp-coder-agent
Copy link
Copy Markdown
Collaborator

Resolves #83

Summary

  • Increases the default timeout for waitForTaskActive from 2 minutes (120s) to 10 minutes (600s) to accommodate tasks that take longer to wake from sleep.

Changes

  • src/coder-client.ts: Changed default timeoutMs parameter from 120000 to 600000 in waitForTaskActive.

Test plan

  • All 187 existing tests pass
  • Typecheck, lint, and format checks pass

Tasks can take longer than 2 minutes to wake from sleep. Increasing the
default timeout to 10 minutes accommodates slower workspace resumptions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@neekolas neekolas merged commit 90420d2 into xmtplabs:main Mar 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Increase timeout in waitForActive

2 participants